Skip to main content

plan

Financial plan for the user

GraphQL Schema

extend type query {
"""Financial plan for the user"""
plan(userId: ID!): Plan!
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns Plan!

NameTypeDescription
idID!UUID for the plan
lastUpdatedDateWhen the plan was last regenerated
suitabilityReportLinkStringSuitability report related to the plan, if available
recommendationGroups[RecommendationGroup!]
monthlyAllocationAmountMoney
authorisationStatusAuthorisationStatus
factfindErrorsFactfindErrors
triageReasonString
advisorPhotoBase64ImageStringBase64 encoded image of advisor